home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / CIRC1.PAK / CIRC1.RC < prev    next >
Encoding:
Text File  |  1997-05-06  |  3.0 KB  |  125 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#include ""circ1.rc2""  // non-App Studio edited resources\r\n"
  44.     "#if 0\r\n"
  45.     "#include "".\\tlb16\\circ1.tlb""  // 16-bit: force dependency on .TLB file\r\n"
  46.     "#endif\r\n"
  47.     "\0"
  48. END
  49.  
  50. #endif    // APSTUDIO_INVOKED
  51.  
  52.  
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Icon
  56. //
  57.  
  58. IDI_ABOUTDLL            ICON    DISCARDABLE     "CIRC1.ICO"
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Bitmap
  63. //
  64.  
  65. IDB_CIRC1               BITMAP  DISCARDABLE     "CIRC1CTL.BMP"
  66.  
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Dialog
  70. //
  71.  
  72. IDD_ABOUTBOX_CIRC1 DIALOG DISCARDABLE  34, 22, 260, 55
  73. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  74. CAPTION "About Circ1 Control"
  75. FONT 8, "MS Sans Serif"
  76. BEGIN
  77.     ICON            IDI_ABOUTDLL,IDC_STATIC,10,10,18,20
  78.     LTEXT           "Circ1 Control, Version 1.0",IDC_STATIC,40,10,170,8
  79.     LTEXT           "Copyright ⌐ 1994-1995, Microsoft Corporation",
  80.                     IDC_STATIC,40,25,170,8
  81.     DEFPUSHBUTTON   "OK",IDOK,220,10,32,14,WS_GROUP
  82. END
  83.  
  84. IDD_PROPPAGE_CIRC1 DIALOG DISCARDABLE  0, 0, 250, 62
  85. STYLE WS_CHILD
  86. FONT 8, "MS Sans Serif"
  87. BEGIN
  88. END
  89.  
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // String Table
  94. //
  95.  
  96. STRINGTABLE DISCARDABLE 
  97. BEGIN
  98.     IDS_CIRC1               "Circ1 Control"
  99.     IDS_CIRC1_PPG           "Circ1 Property Page"
  100. END
  101.  
  102. STRINGTABLE DISCARDABLE 
  103. BEGIN
  104.     IDS_CIRC1_PPG_CAPTION   "General"
  105. END
  106.  
  107. #endif    // English (U.S.) resources
  108. /////////////////////////////////////////////////////////////////////////////
  109.  
  110.  
  111.  
  112. #ifndef APSTUDIO_INVOKED
  113. /////////////////////////////////////////////////////////////////////////////
  114. //
  115. // Generated from the TEXTINCLUDE 3 resource.
  116. //
  117. #include "circ1.rc2"  // non-App Studio edited resources
  118. #if 0
  119. #include ".\tlb16\circ1.tlb"  // 16-bit: force dependency on .TLB file
  120. #endif
  121.  
  122. /////////////////////////////////////////////////////////////////////////////
  123. #endif    // not APSTUDIO_INVOKED
  124.  
  125.